projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b4e41a
)
(webjump): Use assoc-ignore-case for locating the proper URL.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 5 Apr 1998 03:19:59 +0000
(
03:19
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 5 Apr 1998 03:19:59 +0000
(
03:19
+0000)
lisp/webjump.el
patch
|
blob
|
history
diff --git
a/lisp/webjump.el
b/lisp/webjump.el
index 3273a5bbecc4d6bfac7a6c24a286830a9c0dc03c..42d0a4d4f2de0cec6c331500833013942a58a859 100644
(file)
--- a/
lisp/webjump.el
+++ b/
lisp/webjump.el
@@
-274,8
+274,9
@@
Please submit bug reports and other feedback to the author, Neil W. Van Dyke
<nwv@acm.org>."
(interactive)
(let* ((completion-ignore-case t)
- (item (assoc (completing-read "WebJump to site: " webjump-sites nil t)
- webjump-sites))
+ (item (assoc-ignore-case
+ (completing-read "WebJump to site: " webjump-sites nil t)
+ webjump-sites))
(name (car item))
(expr (cdr item)))
(funcall browse-url-browser-function